home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / mpega_library / developer / include / fd / mpega.fd
Text File  |  1999-06-15  |  368b  |  13 lines

  1. ** $VER: mpega.library 2.0 (21.06.98) (C) 1997-1998 Stéphane TAVENARD
  2. ##base _MPEGABase
  3. ##bias 30
  4. ##public
  5. MPEGA_open(filename,ctrl)(a0,a1)
  6. MPEGA_close(mpds)(a0)
  7. MPEGA_decode_frame(mpds,pcm)(a0,a1)
  8. MPEGA_seek(mpds,ms_time_position)(a0,d0)
  9. MPEGA_time(mpds,ms_time_position)(a0,a1)
  10. MPEGA_find_sync(buffer,buffer_size)(a0,d0)
  11. MPEGA_scale(mpds,scale_percent)(a0,d0)
  12. ##end
  13.